DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1CollectionViewSource<T> Class / WillDisplayCell Method

In This Topic
    WillDisplayCell Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub WillDisplayCell( _
       ByVal collectionView As UIKit.UICollectionView, _
       ByVal cell As UIKit.UICollectionViewCell, _
       ByVal indexPath As Foundation.NSIndexPath _
    ) 
    public virtual void WillDisplayCell( 
       UIKit.UICollectionView collectionView,
       UIKit.UICollectionViewCell cell,
       Foundation.NSIndexPath indexPath
    )

    Parameters

    collectionView
    cell
    indexPath
    See Also